golang.org/x/text/unicode/norm.nfcTrie.lookupValue (method)

13 uses

	golang.org/x/text/unicode/norm (current package)
		tables13.0.0.go#L2755: 		return t.lookupValue(uint32(i), c1), 2
		tables13.0.0.go#L2771: 		return t.lookupValue(uint32(i), c2), 3
		tables13.0.0.go#L2793: 		return t.lookupValue(uint32(i), c3), 4
		tables13.0.0.go#L2808: 		return t.lookupValue(uint32(i), s[1])
		tables13.0.0.go#L2812: 		return t.lookupValue(uint32(i), s[2])
		tables13.0.0.go#L2816: 		return t.lookupValue(uint32(i), s[3])
		tables13.0.0.go#L2840: 		return t.lookupValue(uint32(i), c1), 2
		tables13.0.0.go#L2856: 		return t.lookupValue(uint32(i), c2), 3
		tables13.0.0.go#L2878: 		return t.lookupValue(uint32(i), c3), 4
		tables13.0.0.go#L2893: 		return t.lookupValue(uint32(i), s[1])
		tables13.0.0.go#L2897: 		return t.lookupValue(uint32(i), s[2])
		tables13.0.0.go#L2901: 		return t.lookupValue(uint32(i), s[3])
		tables13.0.0.go#L2914: func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {